import schema造句
例句与造句
- task 1 : import schema script for source database
任务1:导入用于源数据库的模式脚本 - gets the collection of included and imported schemas
获取包含的和导入的架构的集合。 - this class is used to import schema components from other schemas
此类用于从其他架构导入架构组件。 - element identifies the namespace and location of imported schemas
当使用“属性”窗口并单击xml架构的 - to properly import schemas with multiply occurring groups, use the
若要正确导入含有出现多次的组的架构,请在xsd.exe后使用 - It's difficult to find import schema in a sentence. 用import schema造句挺难的
- imports schema definitions and declarations within a separate namespace specified via the
属性指定的单独命名空间内导入架构定义和声明。 - the wsdl produced is much less reusable than the original wsdl and its imported schema
与原始的wsdl及其导入的模式相比,所生成的wsdl缺少可重用性。 - gets or sets the target namespace for the imported schema as a uniform resource identifier reference
获取或设置用于作为uri引用导入的架构的目标命名空间。 - allows you to manipulate the code generated by examining the imported schema and specifying the clr type that it maps to
允许您检查导入的架构并指定该架构映射到的clr类型,从而对生成的代码进行操作。 - in this scenario, it is highly likely that a naming conflict will occur if both imported schemas have the same target namespace
在本场景中,如果导入的两个模式有相同的目标命名空间,则很有可能发生命名冲突。 - the most common problem with importing schemas is that the xsds must exist in the same directory as the wsdl file and relative path names don t always work
导入模式最常见的问题是,xds必须与wsdl在同一目录中,并且相对路径名始终无效。 - for example, if the base uri of the including or importing schema is empty or a null reference nothing in visual basic, the external locations are resolved with respect to the current directory
例如,如果包含或导入架构的基uri为空或空引用(在visualbasic中为nothing),则外部位置相对于当前目录来解析。 - for example, many tools do not properly handle wsdl files that import schemas instead of embedding them; and fully automated support for producing wrapped-document literal wsdl is lacking
例如,许多工具不能正确地处理导入模式而不是嵌入模式的wsdl文件,而且也缺少对生成包装的文档文本样式的wsdl的全自动支持。 - this required update for biztalk server 2004 service pack 1 bts2004 sp1 fixes a problem that occurs if you import schemas from assemblies that contain redundant imports . for example, if schema1 . xsd imports schemaa . xsd and schemab . xsd
这是biztalkserver2004servicepack1bts2004sp1必需的更新,可修复您从包含多余的导入内容的程序集中导入架构时出现的问题。 - create a new wsdl file that contains a types element that imports not includes the schema files from step 1 and contains a porttype that in turn contains operation elements referencing the data types defined in the imported schema as input and output parameters . the recommended style for creating this wsdl is wrapped-document literal to be
创建一个新的wsdl文件,其包含:一个types元素,该元素导入(但不包括)步骤1中的模式文件;一个porttype元素,该元素又包含operation元素,用于引用定义在导入的模式中作为输入和输出参数的数据类型。